github.com/gotd/td/telegram.Client.ready (field)
6 uses
github.com/gotd/td/telegram (current package)
client.go#L122: ready *tdsync.ResetReady // immutable
client.go#L212: c.ready = tdsync.NewResetReady()
connect.go#L85: c.ready.Signal()
connect.go#L89: c.ready.Reset()
connect.go#L149: case <-c.ready.Ready():
migrate_to_dc.go#L25: case <-c.ready.Ready():
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |